home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.addbindings.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  3.0 KB  |  62 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1>How to Add a Binding - <img src="../../images/binding.gif" width="16" height="16" alt="Binding" border="0"></H1>
  18.                     A binding represents a point where an implementation of a service can be accessed. If your service has multiple access points, add a binding for each. A binding always includes an access point and a description of how the service can be used. It may also include one or more instance infos, which are references to tModels that contain relevant technical information about the binding
  19.                         <!-- #include file = "warning.changestouddi.htm" -->
  20.                         <h2><a name="#binding"></a>Add a binding</h2>
  21.                         <ol>
  22.                             <li>On the <uddi:ContentController Runat='server' Mode='Private'>UDDI Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Publish</b>.</li>
  23.                             <li>Click the <B>Providers</b> tab.
  24.                             <li>Locate the provider that contains the service to which you want to add a binding and, next to its name, click <b>View</b>.
  25.                             <li>Click the <b>Services</b> tab.
  26.                             <li>Locate the service to which you want to add a binding and, next to its name, click <b>View</b>.
  27.                             <li>Click the <b>Bindings</b> tab.
  28.                             <li>Click <b>Add Binding</b>.<BR>
  29.                                 <img src="../../images/binding.gif" width="16" height="16" alt="Binding" border="0"> http:// appears. 
  30.                             <LI>
  31.                                 In the Details tab, click <b>Edit</b>.
  32.                             <LI>
  33.                                 In <b>Access Point</b>, type the access point URL.</LI>
  34.                             <li>
  35.                                 In the <b>URL Type</b> list, click the protocol that is supported by the access point.</li>
  36.                             <li>
  37.                                 Click <b>Update</b>.</li>
  38.                             <LI>
  39.                                 Click <b>Add Description</b>.
  40.                             <LI>
  41.                                 In the <b>Language</b>
  42.                             list, click a language for this description.
  43.                             <LI>
  44.                                 In <b>Description</b>, type a brief description.</LI>
  45.                             <li>
  46.                                 Click <b>Update</b>.</li>
  47.                             <LI>
  48.                                 To add additional descriptions in other languages, repeat steps 12 through 15.</LI>
  49.                         </ol>
  50.                     <p></p>
  51.                     You have now added a binding to your service. <a href="#binding">Repeat these 
  52.                         procedures</a> to publish additional bindings, or <a href="publish.addinstances.aspx">add instance infos</a> to your bindings.
  53.                 </td>
  54.             </tr>
  55.         </table>
  56.         <!-- #include file = "publish.footer.htm" -->
  57.     </body>
  58. </html>
  59.  
  60.  
  61.  
  62.